home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 08 - 1992 / 08.03 Jul 92 / Fast Random Numbers / TestPas.make < prev    next >
Encoding:
Text File  |  1991-10-04  |  642 b   |  25 lines  |  [TEXT/MPS ]

  1. #   File:       TestPas.make
  2. #   Target:     TestPas
  3. #   Sources:    Test.p PasRandomNumbers.p
  4. #   Created:    Friday 4 October 1991 07:09:30
  5.  
  6.  
  7. OBJECTS = Test.p.o PasRandomNumbers.p.o
  8.  
  9.  
  10.  
  11. TestPas ƒƒ TestPas.make {OBJECTS}
  12.     Link -f -srt -ad 4 -w -c 'MPS ' -t MPST ∂
  13.         {OBJECTS} ∂
  14.         "{Libraries}"Stubs.o ∂
  15.         "{Libraries}"Runtime.o ∂
  16.         "{Libraries}"Interface.o ∂
  17.         "{PLibraries}"SANELib.o ∂
  18.         "{PLibraries}"PasLib.o ∂
  19.         "{Libraries}"ToolLibs.o ∂
  20.         -o TestPas
  21. Test.p.o ƒ TestPas.make Test.p PasRandomNumbers.p
  22.      Pascal  Test.p -o Test.p.o
  23. PasRandomNumbers.p.o ƒ TestPas.make PasRandomNumbers.p
  24.      Pascal  PasRandomNumbers.p -o PasRandomNumbers.p.o
  25.